Add tutorial section#232
Merged
Merged
Conversation
Bumps the npm_and_yarn group with 1 update in the / directory: [fast-uri](https://github.com/fastify/fast-uri). Updates `fast-uri` from 3.1.0 to 3.1.2 - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.1.0...v3.1.2) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new tutorial section to the documentation site for installation, config.json, and replication-config.json, with sidebar navigation and supporting tutorial walkthrough content.
Changes:
- Adds new tutorial docs and screenshots for core study configuration workflows.
- Expands installation guidance with prerequisite tooling and cloning steps.
- Updates sidebar navigation and conditionally enables gtag analytics.
Reviewed changes
Copilot reviewed 7 out of 27 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
sidebars.ts |
Adds the Tutorial category under Getting Started. |
docusaurus.config.ts |
Gates gtag configuration behind ENABLE_GTAG. |
docs/tutorial/tutorial.md |
Adds tutorial landing page with embedded video and doc cards. |
docs/tutorial/config.json.md |
Adds step-by-step tutorial for building a study config. |
docs/tutorial/replication-config.json.md |
Adds replication study config tutorial. |
docs/getting-started/installation.md |
Expands setup prerequisites and cloning instructions. |
.github/workflows/deploy.yml |
Removes the existing GitHub Pages deployment workflow. |
Comments suppressed due to low confidence (1)
.github/workflows/deploy.yml:1
- Removing the only workflow that builds and publishes
./buildto GitHub Pages means pushes tomainwill no longer deploy the documentation site. If deployment is still expected for this repo, keep this workflow or replace it with an equivalent Pages deployment workflow in the same change.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
A preview of a3e35a2 is uploaded and can be seen here: Changes may take a few minutes to propagate. |
Closed
codementum
reviewed
May 29, 2026
codementum
left a comment
Contributor
There was a problem hiding this comment.
This looks good overall to me!
A few thoughts:
- We could test this out by running through it a few times to see if there are places where people get stuck, e.g. Windows installs for git and node can be tricky.
- Videos running through the whole thing might be nice / helpful, but a later issue.
- Trimming later? Currently we go through several questionnaires and demographics pages before getting to the main stimuli. We might consider swapping this so people get a stimuli or two in and then build the markdown pages. The flow right now is logical, but the idea would be to give people fun milestones.
Co-authored-by: Lane Harrison <ltharrison@wpi.edu>
…npm_and_yarn-053c9c4054 Bump fast-uri from 3.1.0 to 3.1.2 in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 2 updates in the / directory: [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Updates `@babel/plugin-transform-modules-systemjs` from 7.27.1 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-plugin-transform-modules-systemjs) Updates `webpack-dev-server` from 5.2.2 to 5.2.4 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v5.2.2...v5.2.4) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-modules-systemjs" dependency-version: 7.29.7 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: webpack-dev-server dependency-version: 5.2.4 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
…npm_and_yarn-b38d0270a8 Bump the npm_and_yarn group across 1 directory with 2 updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Does this PR close any open issues?
Closes #230
Give a longer description of what this PR addresses and why it's needed
config.json,replication-config.jsonpages)Live links
https://revisit.dev/PR232/docs/tutorial/
https://revisit.dev/PR232/docs/tutorial/config.json/
https://revisit.dev/PR232/docs/tutorial/replication-config.json/
https://revisit.dev/PR232/docs/getting-started/installation/
Provide pictures/videos of the behavior before and after these changes (optional)